Uses of Package
observations

Packages that use observations
observations The observations package represents the domain layer.  
vitalsFacade This package is the heart of application facade.  
 

Classes in observations used by observations
DomainInterface
          DomainInterface Is a simple interface meaning every object in this domain must have a unique name.
DomainObject
          DomainObject Every object should inherit from this one.
Observation
          Observation Represents something like '10.10.04 bloodpressure high'.
OutOfRangeException
          OutOfRangeException Is thrown when a value is out of preset valid range.
Patient
          Patient Represents a patient with all associated data and grants retrieval of phenomena, measurements and observations.
Phenomenon
          Phenomenon Is a particular phenomenon like 'high' or 'obese'.
PhenomenonType
          PhenomenonType Is a particular type of phenomenon, e.g.
Quantity
          Quantity Represents a value such as 6 feet or 5 $.
QuantityRange
          QuantityRange two quantities building a range from to.
Unit
          Unit Simple unit like 'Euros' or 'Dollars'.
 

Classes in observations used by vitalsFacade
Patient
          Patient Represents a patient with all associated data and grants retrieval of phenomena, measurements and observations.